VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / MasterCollection<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    MasterCollection<T> Class
    In This Topic
    Defines master collection which can have unlimited count of slave collections.
    Object Model
    MasterCollection<T>
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class MasterCollection(Of T
    Element type of master/slave collection.
    ) Inherits System.Collections.ObjectModel.Collection(Of Vintasoft.Imaging.Utils.T)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class MasterCollection<T> : System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Utils.T>
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public __gc class MasterCollection<T> : public System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Utils.T*>*
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    generic<typename T>
    public ref class MasterCollection : public System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Utils.T^>^
    
    

    Type Parameters

    T
    Element type of master/slave collection.
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also